Insertfront(50);  
Insertfront(60);  
Insertrear(70);  
Insertrear(80);  
Deletefront();  
Insertfront(90);  
Deleterear();  
Display();  
What is the output of the following code?

Posted on by